home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 June / Macworld (1999-06).dmg / Shareware World / Utilities / Compression / MacZip 1.03 final / maczip.env < prev    next >
Text File  |  1999-03-27  |  4KB  |  108 lines

  1. #  Enviroment File for MacZip
  2. #  ==========================
  3.  
  4. #  Background:
  5. #  Under Unix: Each Process (= running Program) has a set of 
  6. #  associated variables. The variables are called enviroment 
  7. #  variables and, together, constitute the process environment.
  8. #  These variables include the search path, the terminal type,
  9. #  user's login name and user defined variables.
  10.  
  11. #  Unfortunatelly the MacOS has no equivalent. So we need 
  12. #  a file to emulate the environment variables.
  13. #  Name of this file is "MacZip.Env". It can be placed
  14. #  in the current folder of MacZip or in the 
  15. #  preference folder of the system disk. 
  16. #  If MacZip founds the "MacZip.Env" file in the same 
  17. #  folder of MacZip the "MacZip.Env" file in the 
  18. #  preference folder will be ignored.
  19.  
  20. #  An environment variable has a name and a value:
  21. #  Name=Value
  22. #  Note: Spaces are significant:
  23. #  ZIPOPT=-r  and
  24. #  ZIPOPT = -r are different !!!
  25.  
  26. #  Layout of this file: Comments must start with a '#'. Empty
  27. #  lines and comments are ignored. Linebreaks of this file
  28. #  must be in Macintosh format, DOS or Unix linebreaks will 
  29. #  not work correctly. To check the "MacZip.Env" file select
  30. #  the menu File->Show Enviroment.
  31. #  The filename must be "MacZip.Env" (case insensitiv). 
  32. #  Choose your favorite editor to edit this file. 
  33. #  Filetype and filecreator are not important.
  34.  
  35. #  Maczip's  default  behavior  may  be  modified  via options
  36. #  placed in an "environment variable". This file simulates
  37. #  the process environment.
  38. #  This can be done  with any  option.
  39. #  Use var-name "ZIPOPT" for zip- and "UNZIP"
  40. #  for the unzip-module (see example below)
  41.  
  42. #  Note to performance: Keep this file as small as possible.
  43. #  Every start of zip or unzip will load and parse this file.
  44. #  You can delete all comments. (lines starting with '#')
  45.  
  46. # ============================================================
  47. # ============================================================
  48.  
  49. #  Options ZIPOPT and UNZIPOPT are case sensitiv. All others
  50. #  switches are not case sensitiv.
  51.  
  52. #  Default option for the Zip-Module (see MANUAL for more info)
  53. #  Uncomment to activate the environment variable
  54. # ZIPOPT= -N -r
  55.  
  56. #  Default option for the Unzip-Module (see unzip.doc for more info)
  57. # UNZIPOPT= -o
  58.  
  59.  
  60. #  By default, Maczip extracts each archive in a unique folder.
  61. #  This option suppresses this behavior.
  62. #  It is probably most useful with the -o modifier.
  63. # Default: UniqueUnzipFolders=Yes
  64. # UniqueUnzipFolders=No
  65.  
  66.  
  67. #  This option forces an auto-test of each created archive.
  68. #  This  option  extracts  each specified  file  in  memory  
  69. #  and  compares  the CRC (cyclic redundancy check, an 
  70. #  enhanced checksum)  of the  expanded  file with the original 
  71. #  file's stored CRC value (It's like the option UNZIP -t )
  72. # Default: TestArchiveAfterwards=No
  73. # TestArchiveAfterwards=Yes
  74.  
  75.  
  76. #  You can switch from the default behavior moving to the trash to 
  77. #  immediate deletion.
  78. #  When moving to the trash, it is possible to zip files and be able 
  79. #  to recover them properly later on. Even if you know what you 
  80. #  are doing, it is possible to make irrecoverable mistakes.
  81. #  So be careful with this option, especially when used with the 
  82. #  options "-df" or "-X".
  83. # Default: Immediate_File_Deletion=No
  84. # Immediate_File_Deletion=Yes
  85.  
  86.  
  87.  
  88. #  MacZip popups a warning box if you are doing something that 
  89. #  can be dangerous. This option supresses the warning box.
  90. # Default: NoWarningBoxes=no
  91. # NoWarningBoxes=Yes
  92.  
  93.  
  94.  
  95. #  MacZip uses the syslog facilties written by Brian Bergstrand
  96. #  brian@classicalguitar.net
  97. #  This is an implementation of the syslog facilties found in most 
  98. #  UNIX systems. Syslogd is an implementation of the UNIX program 
  99. #  by the same name for the Mac OS. For those that don't know syslogd 
  100. #  (the UNIX name is all lowercase) is a daemon (background application 
  101. #  in Mac terminology) that accepts messages from other applications,
  102. #   and writes them out to system wide log files. Using these log files,
  103. #  the system administrator can see the 'state' of the system at 
  104. #  any point in time since the system was booted.
  105. # Default: SysLog_Messages=no
  106. # SysLog_Messages=Yes
  107.  
  108.